home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / filutil / yarn_077.zip / CONFIG < prev    next >
Text File  |  1995-01-07  |  6KB  |  200 lines

  1. # PC Yarn configuration file
  2. # Lines in this file beginning with # are comments.
  3. # Lines that end with \ are continued on the next line.
  4.  
  5. # your login ID on your host
  6. user=nobody
  7.  
  8. # your full name
  9. name=No Name
  10.  
  11. # full domain name of your host
  12. host=io.org
  13.  
  14. # editor program
  15. editor=edit
  16.  
  17. # SOUP reply packet containing outgoing messages
  18. reply=c:\upload\ioxr.zip
  19.  
  20. # compress program
  21. compress=pkzip -m %f %d\*.*
  22.  
  23. # uncompress program
  24. uncompress=pkunzip -o %f %d
  25.  
  26. # spell check program
  27. #spell=ispell %f
  28.  
  29. # Organization header added to outgoing messages
  30. #Organization=Internex Online, Toronto, Ontario, Canada
  31.  
  32. # Reply-To header added to outgoing messages
  33. #Reply-To=nobody@io.org
  34.  
  35. # Cc header for outgoing messages
  36. #Cc=nobody@io.org
  37.  
  38. # Bcc header for outgoing messages
  39. #Bcc=nobody@io.org
  40.  
  41. # prefix inserted in front of quoted text
  42. quote=> 
  43.  
  44. # file containing signature appended to outgoing messages
  45. #signature=c:\jim\sig
  46.  
  47. # preserve comments in To:, Cc: and Bcc: headers of outgoing messages
  48. address-comments=on
  49.  
  50. # keep copy of sent mail in this folder
  51. #sent-mail=mailed
  52.  
  53. # keep copy of posted articles in this folder
  54. #sent-news=posted
  55.  
  56. # In the attribution settings, these % codes are replaced at run time with
  57. # values for the current article:
  58. #
  59. # %a            article number
  60. # %C            current newsgroup name
  61. # %f            From: header
  62. # %i            Message-ID: header
  63. # %n            Newsgroups: header
  64. # %[name]       value of the header named between the square brackets
  65. # %%            % character
  66. # %?            space character if the attribution is less than 80 characters
  67. #               long, otherwise the new line character
  68.  
  69. # attribution in reply to mail
  70. #mail-attribution=%f wrote:
  71.  
  72. # attribution in followup to article
  73. #followup-attribution=In article %i,%?%f wrote:
  74.  
  75. # attribution in reply to article
  76. #reply-attribution=In article %i, you wrote:
  77.  
  78. # The save to file command writes this line at the start of each saved message.
  79. # The default is to write no line at the beginning of the message.
  80. #save-mail-header = Message %a of %C:
  81.  
  82. # The save to file command writes this line at the start of each saved article.
  83. # The default is to write no line at the beginning of the article.
  84. #save-news-header = Article %a of %C:
  85.  
  86. # address book file -- default is <home>\YARN\ADDRBOOK
  87. #address-book=c:\jim\yarn\addrbook
  88.  
  89. # If the import program finds a newsgroup in the SOUP AREAS file that is not
  90. # in the active newsgroup list, it adds the newsgroup to the active list with
  91. # this number of keep days.
  92. keep=7
  93.  
  94. # maximum keep days for newsgroups added by import program
  95. #max-keep=30
  96.  
  97. # Only one of the "hide" and "show" settings may be in effect.
  98. # If both appear, the last one specified takes effect.
  99.  
  100. # Do not normally display these headers
  101. hide=Approved Message-ID Newsgroups NNTP-Posting-Host Path Received \
  102.      References Return-Path Supersedes Xref X-Status
  103.  
  104. # Normally display only these headers
  105. #show=Date From Subject
  106.  
  107. # redisplay this many lines of the previous screen when paging
  108. #next-screen-context-lines=0
  109.  
  110. # map ISO-8859/1 (ISO Latin 1) character set to IBM code page 850
  111. #charset=iso-8859-1
  112.  
  113. # map ISO-8859/8 (Hebrew) character set to IBM code page 862
  114. #charset=iso-8859-8
  115.  
  116. # disable message line displayed at bottom of screen
  117. #message=off
  118.  
  119. # Join articles with truncated subjects into the proper thread.
  120. # The setting specifies the number of characters to match in the
  121. # subject, not counting the Re: portion.
  122. #join-truncated-subjects = 21
  123.  
  124. # enable speech friendly interface
  125. #speech=on
  126.  
  127. # The follow settings are program hooks executed by Yarn.
  128. # The programs must be in a directory in your PATH, or you must modify the
  129. # settings by adding the full path in front of the program name.
  130.  
  131. # The import program runs this program to check if a message matches any
  132. # mail filter rule.  The %f specifier is replaced with the name of a text file
  133. # containing the message.  Import expects the program to write the destination
  134. # folder name to standard output.  If the program generates no output, import
  135. # deletes the message.
  136. filter=%d\filter1 %f
  137.  
  138. # program that signs a message with your secret key
  139. #secret-sign=command.com /c %d\pgpe.bat %o -ast %f
  140.  
  141. # program that encrypts a message with the recipient's public key
  142. # Tip for PGP users: Add your key ID in 0x(ID) format to the end of this
  143. # setting so that you may also decrypt the message you sent.
  144. #encrypt=command.com /c %d\pgpe.bat %o -aest %f
  145.  
  146. # program that decrypts a message and writes the plaintext to a file
  147. #decrypt=pgp %f -o %o
  148.  
  149. # program that decrypts and displays a message
  150. #decrypt-view=command.com /c %d\pgpd.bat %f
  151.  
  152. # The color statement has the syntax
  153. #
  154. #       color <name> <foreground> <background>
  155. #
  156. # where <foreground> and <background> specify a color using the numbers
  157. # 0 to 15, or the keywords
  158. #
  159. #       black, blue, green, cyan, red, magenta, brown, lightgray,
  160. #       darkgray, lightblue, lightgreen, lightcyan, lightred,
  161. #       lightmagenta, yellow, white
  162.  
  163. # USENET headers
  164. color header cyan black
  165.  
  166. # specific USENET headers
  167. color header-From lightgray black
  168. color header-Subject lightgray blue
  169.  
  170. # article body
  171. color body green black
  172.  
  173. # quoted text
  174. color quoted brown black
  175.  
  176. # more line
  177. color more black green
  178.  
  179. # display colors
  180. color window-border     cyan black
  181. color window-title      cyan black
  182. color window-text       lightgray black
  183.  
  184. color list-border       cyan blue
  185. color list-title        yellow blue
  186. color list-text         white blue
  187. color list-select       white green
  188.  
  189. color form-border       cyan blue
  190. color form-title        white blue
  191. color form-text         lightgray blue
  192. color form-active       black cyan
  193. color form-inactive     lightcyan blue
  194.  
  195. color menu-border         cyan blue
  196. color menu-text           cyan blue
  197. color menu-select         cyan black
  198. color menu-hotkey         lightgray blue
  199. color menu-select-hotkey  lightgray black
  200.